-
Notifications
You must be signed in to change notification settings - Fork 8.4k
bluetooth: host: Update FAE table type for HCI commands #80675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bluetooth: host: Update FAE table type for HCI commands #80675
Conversation
jhedberg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be good to quote the appropriate text from the spec, to explain why this change is correct. From Vol 6.0, Part B, section 2.4.2.52:
The ChFAE field contains the per-channel mode-0 FAE table of the local Controller. Every per-channel mode-0 FAE value is represented by an 8-bit signed integer
@adamfc2000 could you add that to the commit message? Thanks.
Update FAE table type from array of uint8_t to int8_t. From Vol 6.0, Part B, section 2.4.2.52: "The ChFAE field contains the per-channel mode-0 FAE table of the local Controller. Every per-channel mode-0 FAE value is represented by an 8-bit signed integer" Signed-off-by: Adam Cavender <[email protected]>
f333cf1 to
ec483cd
Compare
|
Btw, if you want this for Zephyr 4.0, it'd make sense to create a matching bug report (something along the lines of "Bluetooth CS FAE table is incorrectly defined"). |
Update FAE table type from array of uint8_t to int8_t